var google.golang.org/grpc/internal/channelz.logger

13 uses

	google.golang.org/grpc/internal/channelz (current package)
		channel.go#L178: 		logger.Errorf("cannot add a child (id = %d) of type %T to a channel", id, e)
		channelmap.go#L92: 		logger.Infof("channel %d references invalid parent ID %d", id, pid)
		channelmap.go#L104: 		logger.Infof("subchannel %d references invalid parent ID %d", id, pid)
		channelmap.go#L114: 		logger.Infof("normal socket %d has no parent", s.ID)
		channelmap.go#L369: 	logger.Infof("attempt to add child of type %T with id %d to a parent (id=%d) that doesn't currently exist", e, id, d.idNotFound)
		channelmap.go#L375: 	logger.Infof("attempt to delete child with id %d from a parent (id=%d) that doesn't currently exist", id, d.idNotFound)
		channelmap.go#L379: 	logger.Warningf("attempt to delete an entry (id=%d) that doesn't currently exist", d.idNotFound)
		logging.go#L27: var logger = grpclog.Component("channelz")
		server.go#L97: 		logger.Errorf("cannot add a child (id = %d) of type %T to a server", id, e)
		socket.go#L119: 	logger.Errorf("cannot add a child (id = %d) of type %T to a listen socket", id, e)
		socket.go#L123: 	logger.Errorf("cannot delete a child (id = %d) from a listen socket", id)
		socket.go#L132: 	logger.Errorf("cannot call deleteSelfIfReady on a listen socket")
		subchannel.go#L68: 		logger.Errorf("cannot add a child (id = %d) of type %T to a subChannel", id, e)